home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / moni / Scout.readme < prev   
Text File  |  2002-05-19  |  4KB  |  81 lines

  1. Short:    System monitor (MUI & AmiTCP optional)
  2. Author:   tboeckel@uni-paderborn.de (Thore Böckelmann)
  3. Uploader: tboeckel@uni-paderborn.de (Thore Böckelmann)
  4. Type:     util/moni
  5.  
  6. Requires: Kickstart 2.04, MUI and AmiTCP optional
  7. Language: English (also German guide)
  8.  
  9.  
  10. This is the official continuation of the famous (and fabulous :-)
  11. system monitor from Andreas Gelhausen.
  12.  
  13.  
  14. What is Scout?
  15. ==============
  16.  
  17. Scout is a tool that allows you to monitor your computer system. It displays
  18. many different things -- like tasks, ports, assigns, expansion boards, resident
  19. commands, interrupts, etc. -- and you can perform some certain actions on them.
  20.  
  21. For example you can freeze tasks, close windows and screens, release semaphores
  22. or remove locks, ports and interrupts.
  23.  
  24. Through AmiTCP it's also possible to use Scout as a TCP/IP service.
  25.  
  26. Since version 2.0 of Scout you can use nearly all implemented functions through
  27. shell parameters. Therefore it's not necessary to install MUI for using Scout,
  28. but you will need MUI if you want to use Scout with its graphical user
  29. interface.
  30.  
  31. BTW: Scout can open 49 different windows! :-)
  32.  
  33.  
  34. Changes from release 2.15 to release 3.0:
  35. ==========================================
  36.  
  37.   o  Scout has been rewritten nearly completely. All lists have been replaced
  38.      by the much more advanced NList/NListtree classes. Thus the "sort" buttons
  39.      below the lists are gone, because you can either sort the lists by clicking
  40.      on the desired list column, or the lists don't need any sorting, because
  41.      they are sorted "by nature" (ie interrupts and BOOPSI classes), and
  42.      therefore displayed in a treeview instead of a list.
  43.      Additionally I have converted every single window into a MUI custom class.
  44.      This makes further development much easier and more safe.
  45.  
  46.   o  when gathering system information only "safe" string functions are used.
  47.      This means that these functions take care of the maximum size of a string,
  48.      there can't be any "string overflows" anymore.
  49.  
  50.   o  the tasks window now shows the remaining free stack of each task, too. So
  51.      you don't need to open the detail window to see the current stack usage.
  52.      If the remaining stack size is less then 512 bytes the stack entry will be
  53.      highlighted. You should have an eye on such tasks, or (even better)
  54.      increase the stack size if possible.
  55.  
  56.   o  Scout is now partitially localized. All the button texts and requester
  57.      messages are available in the catalog description. Currently only the
  58.      built-in english strings are available.
  59.  
  60.   o  all windows feature a "parent mode". Imagine the following: you open the
  61.      ports window, after that you open a port detail window via the "More"
  62.      button and finally you open the flags window for this port. After all that
  63.      you close the ports window and both the ports detail window and the flags
  64.      window will be closed, because their "parent" window has been closed.
  65.      This is a much more intuitive behaviour than having open sub windows while
  66.      the window, which lead to these sub windows, has been closed already.
  67.  
  68.   o  Scout can now show a list of all patched functions (libraries, devices and
  69.      resources) if you have either THOR's SaferPatches or SetMan 2.x installed.
  70.      I recommend SaferPatches, because it is written with much more sensibility
  71.      for AmigaOS and it's fragile SetFunction() problems.
  72.  
  73.   o  Scout can now show a list of all locale catalogs currently in memory.
  74.  
  75.   o  the devices detail window has been prepared for the forthcomming SANA2-R4
  76.      standard, which offers new commands. Anyway, currently no network driver
  77.      supports these new commands (as far as I know).
  78.  
  79.   o  Scout can now a list of all available AHI audiomodes and all available
  80.      information for each audiomode.
  81.